home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / balones.swf / scripts / frame_71 / PlaceObject2_403_1704 / CLIPACTIONRECORD on(rollOver).as < prev   
Text File  |  2013-04-24  |  90b  |  7 lines

  1. on(rollOver){
  2.    if(this._currentframe != 3)
  3.    {
  4.       this.gotoAndStop(2);
  5.    }
  6. }
  7.